home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 2 / Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso / Pearls / dev / GUI / Triton / Programmer / Include / proto / triton.h
C/C++ Source or Header  |  1994-07-14  |  319b  |  15 lines

  1. /*
  2.  * You should include this file when using
  3.  * Triton with SAS/C and DICE. Other compilers
  4.  * may need different pragma handling
  5.  *
  6.  */
  7.  
  8. #ifndef PROTO_TRITON_H
  9. #define PROTO_TRITON_H
  10. #include <exec/types.h>
  11. extern struct Library *TritonBase;
  12. #include <clib/triton_protos.h>
  13. #include <pragmas/triton_pragmas.h>
  14. #endif
  15.